home *** CD-ROM | disk | FTP | other *** search
/ Total Animated Gifs / Total Animated Gifs.iso / Utilities / text / Rename It / renameit.exe / Renit.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Text File  |  1998-07-04  |  3KB  |  123 lines

  1. object AboutBox: TAboutBox
  2.   Left = 222
  3.   Top = 122
  4.   BorderStyle = bsDialog
  5.   Caption = 'About'
  6.   ClientHeight = 206
  7.   ClientWidth = 298
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Panel1: TPanel
  18.     Left = 8
  19.     Top = 16
  20.     Width = 281
  21.     Height = 153
  22.     BevelInner = bvLowered
  23.     BevelOuter = bvLowered
  24.     ParentColor = True
  25.     TabOrder = 0
  26.     object Label1: TLabel
  27.       Left = 108
  28.       Top = 16
  29.       Width = 101
  30.       Height = 24
  31.       Caption = 'Rename It!'
  32.       Font.Charset = DEFAULT_CHARSET
  33.       Font.Color = clWindowText
  34.       Font.Height = -19
  35.       Font.Name = 'MS Sans Serif'
  36.       Font.Style = [fsBold]
  37.       ParentFont = False
  38.     end
  39.     object lblVer: TLabel
  40.       Left = 150
  41.       Top = 46
  42.       Width = 35
  43.       Height = 13
  44.       Caption = 'Version'
  45.     end
  46.     object Label2: TLabel
  47.       Left = 110
  48.       Top = 46
  49.       Width = 35
  50.       Height = 13
  51.       Caption = 'Version'
  52.     end
  53.     object Label3: TLabel
  54.       Left = 24
  55.       Top = 80
  56.       Width = 176
  57.       Height = 13
  58.       Caption = 'Copyright (c) 1998  by  Chenbros Soft'
  59.     end
  60.     object Label4: TLabel
  61.       Left = 24
  62.       Top = 106
  63.       Width = 32
  64.       Height = 13
  65.       Caption = 'E-Mail:'
  66.     end
  67.     object Label5: TLabel
  68.       Left = 24
  69.       Top = 122
  70.       Width = 39
  71.       Height = 13
  72.       Caption = 'WWW: '
  73.     end
  74.     object lblURLhttp: TLabel
  75.       Left = 80
  76.       Top = 122
  77.       Width = 162
  78.       Height = 13
  79.       Caption = 'http://chenbros.home.ml.org/soft/'
  80.       Font.Charset = DEFAULT_CHARSET
  81.       Font.Color = clBlue
  82.       Font.Height = -11
  83.       Font.Name = 'MS Sans Serif'
  84.       Font.Style = [fsUnderline]
  85.       ParentFont = False
  86.       OnClick = lblURLhttpClick
  87.     end
  88.     object lblURLmail: TLabel
  89.       Left = 80
  90.       Top = 106
  91.       Width = 101
  92.       Height = 13
  93.       Caption = 'mailto:soft@kagi.com'
  94.       Font.Charset = DEFAULT_CHARSET
  95.       Font.Color = clBlue
  96.       Font.Height = -11
  97.       Font.Name = 'MS Sans Serif'
  98.       Font.Style = [fsUnderline]
  99.       ParentFont = False
  100.       OnClick = lblURLmailClick
  101.     end
  102.     object Image1: TImage
  103.       Left = 24
  104.       Top = 20
  105.       Width = 40
  106.       Height = 40
  107.       AutoSize = True
  108.       Picture.Data = {<image000.bmp>}
  109.     end
  110.   end
  111.   object OKButton: TButton
  112.     Left = 111
  113.     Top = 176
  114.     Width = 75
  115.     Height = 25
  116.     Caption = 'OK'
  117.     Default = True
  118.     ModalResult = 1
  119.     TabOrder = 1
  120.     OnClick = OKButtonClick
  121.   end
  122. end
  123.